home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / health / rcpe350.zip / R.BAT < prev    next >
DOS Batch File  |  1996-05-10  |  745b  |  28 lines

  1. echo off
  2. rem
  3. rem    Command Line Paramaters
  4. rem
  5. rem    QUICK   : bypass delay timer for messages
  6. rem
  7. rem    MONO    : force Recipe Box into Black & White mode
  8. rem              (flat screen PCs may need this options)
  9. rem
  10. rem    EXPORT  : force SoftCopy printout to import format
  11. rem              (see documentation for CONVERT.EXE)
  12. rem
  13. rem    VERSION : Version and Compile Date
  14. rem
  15. rem    VIEW    : View Only Mode, same as :
  16. rem
  17. rem              RCPE_BOX -TID -QGU -HLP -NPD -SLT
  18. rem
  19. rem    Do NOT load selected features :
  20. rem
  21. rem          -TID : TidBits
  22. rem          -QGU : Quick Guide
  23. rem          -HLP : Help
  24. rem          -NPD : NotePad
  25. rem          -SLT : Shopping List
  26. rem
  27. rcpe_box.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
  28.